home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / db4less3.arc / JOBMENU.DOC < prev    next >
Text File  |  1990-06-16  |  25KB  |  781 lines

  1. Page: 1  Date: 12-04-88
  2.  
  3.  
  4. Application Documentation for System: JOBMENU.PRG
  5.  
  6. Application Author: Bruce Troutman
  7. Copyright Notice..: Interco International, Ltd.
  8. dBASE Version.....: dBase IV
  9.  
  10.  
  11. Display Application Sign-On Banner: No
  12.  
  13. Main Menu to Open : MAINBAR.BAR
  14.  
  15. Sets for Application:
  16. ---------------------
  17.   Bell         ON 
  18.   Carry        OFF
  19.   Centry       OFF
  20.   Confirm      OFF
  21.   Delimiters   OFF
  22.   Display Size 25 lines
  23.   Drive        
  24.   Escape       ON
  25.   Path         
  26.   Safety       ON
  27.  
  28. Starting Colors for Application:
  29. --------------------------------
  30.  Color Settings:
  31.    Text           : W+/B
  32.    Heading        : W/B
  33.    Highlight      : B/W
  34.    Box            : B/W
  35.    Messages       : W+/N
  36.    Information    : B/W
  37.    Fields         : B/W
  38.  
  39. Database/View: TIME
  40.  
  41. ===============================================================================
  42.  
  43. Menu/Picklist definitions follow:
  44. ---------------------------------
  45.  
  46. Page: 2  Date: 12-04-88
  47.  
  48. Layout Report for Horizontal Bar Menu: MAINBAR
  49. ----------------------------------------------
  50.  
  51. Screen Image:
  52.    0         10        20        30        40        50        60        70
  53.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  54. 00: 
  55. 01: 
  56. 02: 
  57. 03: 
  58. 04: ╔═══════════════════════════════════════════════════════════════════════════
  59. 05: ║  Data Entry             Retrieval             Other Options         Exit  
  60. 06: ╚═══════════════════════════════════════════════════════════════════════════
  61. 07: 
  62. 08: 
  63. 09: 
  64. 10: 
  65. 11: 
  66. 12: 
  67. 13: 
  68. 14: 
  69. 15: 
  70. 16: 
  71. 17: 
  72. 18: 
  73. 19: 
  74. 20: 
  75. 21: 
  76. 22: 
  77. 23: 
  78. 24: 
  79.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  80.  
  81. Setup for MAINBAR follows:
  82. --------------------------
  83.  
  84.  Description: Main Menu for Job Cost System
  85.  Message Line Prompt for Menu: MAIN MENU
  86.  
  87. Colors for Menu/Picklist:
  88. -------------------------
  89.  Color Settings:
  90.    Text           : W+/B
  91.    Heading        : W/B
  92.    Highlight      : B/W
  93.    Box            : B/W
  94.    Messages       : W+/N
  95.    Information    : B/W
  96.    Fields         : B/W
  97.  
  98.  
  99. Help Defined for Menu MAINBAR:
  100. ------------------------------
  101.  
  102.  
  103.                        HELP -- JOB COST SYSTEM MAIN MENU
  104.  
  105.  
  106.  Page: 3  Date: 12-04-88 10:43a
  107.  
  108.  
  109.          You may use your information by selecting one of the following:
  110.  
  111.  
  112.               DATA ENTRY      -   ADD, CHANGE, DELETE INFORMATION
  113.  
  114.  
  115.               RETRIEVAL       -   REPORTS, INVOICES, BROWSING
  116.  
  117.  
  118.               OTHER OPTIONS   -   BACK UP, COPY TO LOTUS AND WORD PROCESSORS
  119.  
  120. Before Menu dBASE Code MAINBAR:
  121. -------------------------------
  122.  SET NEAR ON
  123.  @ 0,0
  124.  TEXT
  125.  
  126.                            J O B   C O S T   S Y S T E M
  127.  ENDTEXT
  128.  @ 1,20 to 3,60 DOUBLE
  129.  
  130. After Menu dBASE Code MAINBAR:
  131. -------------------------------
  132.  SET NEAR OFF
  133.  
  134. Bar actions for Menu MAINBAR follow:
  135. ------------------------------------
  136. Bar: 1
  137.  Prompt: Data Entry
  138.  Action: Open a Popup Menu Named: DATAENT
  139.  Message Line Prompt for Item: Add, Change, Delete Menu
  140. --------------------------------------------------------------------------------
  141.  
  142. Bar: 2
  143.  Prompt: Retrieval
  144.  Action: Open a Popup Menu Named: DATARET
  145.  Message Line Prompt for Item: Reports, Labels and Review Menu
  146. --------------------------------------------------------------------------------
  147.  
  148. Bar: 3
  149.  Prompt: Other Options
  150.  Action: Open a Popup Menu Named: OTHEROPT
  151.  Message Line Prompt for Item: Maintenance and Copying Options
  152. --------------------------------------------------------------------------------
  153.  
  154. Bar: 4
  155.  Prompt: Exit
  156.  Action: Return to calling program
  157.  Message Line Prompt for Item: Exit From Job Cost System
  158. --------------------------------------------------------------------------------
  159.  
  160.  
  161. Page: 4  Date: 12-04-88
  162.  
  163. Layout Report for Popup Menu: DATAENT
  164. -------------------------------------
  165.  
  166. Screen Image:
  167.    0         10        20        30        40        50        60        70
  168.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  169. 00:  
  170. 01:  
  171. 02:  
  172. 03:  
  173. 04:  
  174. 05:  
  175. 06:  
  176. 07:  ╔════════════════╗
  177. 08:  ║ Time Slips     ║
  178. 09:  ║ Jobs           ║
  179. 10:  ║ Customers      ║
  180. 11:  ║ Employees      ║
  181. 12:  ║ Billing Rates  ║
  182. 13:  ║ Function Codes ║
  183. 14:  ╚════════════════╝
  184. 15:  
  185. 16:  
  186. 17:  
  187. 18:  
  188. 19:  
  189. 20:  
  190. 21:  
  191. 22:  
  192. 23:  
  193. 24:  
  194.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  195.  
  196. Setup for DATAENT follows:
  197. --------------------------
  198.  
  199.  Description: Data Entry Menu for Job Cost System
  200.  Message Line Prompt for Menu: DATA ENTRY MENU FOR JOB COST SYSTEM
  201.  
  202.  Use database/view and index file(s) in effect at run time.
  203.  
  204. Colors for Menu/Picklist:
  205. -------------------------
  206.  Color Settings:
  207.    Text           : W+/B
  208.    Heading        : W/B
  209.    Highlight      : B/W
  210.    Box            : B/W
  211.    Messages       : W+/N
  212.    Information    : B/W
  213.    Fields         : B/W
  214.  
  215.  
  216. Bar actions for Menu DATAENT follow:
  217. ------------------------------------
  218. Bar: 1
  219.  Prompt: Time Slips
  220.  
  221.  Page: 5  Date: 12-04-88 10:44a
  222.  
  223.  Action: Run dBASE Program: DO TIME
  224.  Message Line Prompt for Item: Time Slip File Manager
  225.  
  226.  After dBASE Code for this item:
  227.  --------------------------------
  228.    close databases
  229. --------------------------------------------------------------------------------
  230.  
  231. Bar: 2
  232.  Prompt: Jobs
  233.  Action: Run dBASE Program: DO JOB
  234.  Message Line Prompt for Item: Job File Manager
  235. --------------------------------------------------------------------------------
  236.  
  237. Bar: 3
  238.  Prompt: Customers
  239.  Action: Run dBASE Program: DO CUSTOMER
  240.  Message Line Prompt for Item: Customer File Manager
  241. --------------------------------------------------------------------------------
  242.  
  243. Bar: 4
  244.  Prompt: Employees
  245.  Action: Run dBASE Program: DO EMP
  246.  Message Line Prompt for Item: Employee File Manager
  247. --------------------------------------------------------------------------------
  248.  
  249. Bar: 5
  250.  Prompt: Billing Rates
  251.  Action: Run dBASE Program: DO EMPRATE
  252.  Bypass item on condition: ACCESS()<8
  253.  Message Line Prompt for Item: Billing Rate File Manager
  254. --------------------------------------------------------------------------------
  255.  
  256. Bar: 6
  257.  Prompt: Function Codes
  258.  Action: Run dBASE Program: DO FUNCODE
  259.  Message Line Prompt for Item: Function Code File Manager
  260. --------------------------------------------------------------------------------
  261.  
  262.  
  263. Page: 6  Date: 12-04-88
  264.  
  265. Layout Report for Popup Menu: DATARET
  266. -------------------------------------
  267.  
  268. Screen Image:
  269.    0         10        20        30        40        50        60        70
  270.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  271. 00:                         
  272. 01:                         
  273. 02:                         
  274. 03:                         
  275. 04:                         
  276. 05:                         
  277. 06:                         
  278. 07:                         ╔═════════════╗
  279. 08:                         ║ Reports     ║
  280. 09:                         ║ Browse Data ║
  281. 10:                         ║ Labels      ║
  282. 11:                         ║ Invoices    ║
  283. 12:                         ╚═════════════╝
  284. 13:                         
  285. 14:                         
  286. 15:                         
  287. 16:                         
  288. 17:                         
  289. 18:                         
  290. 19:                         
  291. 20:                         
  292. 21:                         
  293. 22:                         
  294. 23:                         
  295. 24:                         
  296.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  297.  
  298. Setup for DATARET follows:
  299. --------------------------
  300.  
  301.  Description: Data Retrieval Menu for Job Cost System
  302.  Message Line Prompt for Menu: DATA RETRIEVAL MENU FOR JOB COST SYSTEM
  303.  
  304. Colors for Menu/Picklist:
  305. -------------------------
  306.  Color Settings:
  307.    Text           : W+/B
  308.    Heading        : W/B
  309.    Highlight      : B/W
  310.    Box            : B/W
  311.    Messages       : W+/N
  312.    Information    : B/W
  313.    Fields         : B/W
  314.  
  315.  
  316. Bar actions for Menu DATARET follow:
  317. ------------------------------------
  318. Bar: 1
  319.  Prompt: Reports
  320.  Action: Open a Popup Menu Named: REPORTS
  321.  Message Line Prompt for Item: Reports Menu
  322.  
  323.  Page: 7  Date: 12-04-88 10:44a
  324.  
  325. --------------------------------------------------------------------------------
  326.  
  327. Bar: 2
  328.  Prompt: Browse Data
  329.  Action: Open a Popup Menu Named: REVIEW
  330.  Message Line Prompt for Item: Review Menu
  331. --------------------------------------------------------------------------------
  332.  
  333. Bar: 3
  334.  Prompt: Labels
  335.  Action: Open a Popup Menu Named: LABELS
  336.  Message Line Prompt for Item: Labels Menu
  337. --------------------------------------------------------------------------------
  338.  
  339. Bar: 4
  340.  Prompt: Invoices
  341.  Action: Run Report Form INVOICE.frm
  342.  Command Options: 
  343.  
  344.   NOEJECT 
  345.  Print Mode: Ask User at Runtime
  346.  Message Line Prompt for Item: Produce Invoices
  347.  New Database/View: INVOICE.QBE
  348. --------------------------------------------------------------------------------
  349.  
  350.  
  351. Page: 8  Date: 12-04-88
  352.  
  353. Layout Report for Popup Menu: OTHEROPT
  354. --------------------------------------
  355.  
  356. Screen Image:
  357.    0         10        20        30        40        50        60        70
  358.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  359. 00:                                               
  360. 01:                                               
  361. 02:                                               
  362. 03:                                               
  363. 04:                                               
  364. 05:                                               
  365. 06:                                               
  366. 07:                                               ╔════════════════════╗
  367. 08:                                               ║ Back up Data Files ║
  368. 09:                                               ║ Copy Time to Lotus ║
  369. 10:                                               ║ Copy Emp to ASCII  ║
  370. 11:                                               ║ Go to DOS          ║
  371. 12:                                               ╚════════════════════╝
  372. 13:                                               
  373. 14:                                               
  374. 15:                                               
  375. 16:                                               
  376. 17:                                               
  377. 18:                                               
  378. 19:                                               
  379. 20:                                               
  380. 21:                                               
  381. 22:                                               
  382. 23:                                               
  383. 24:                                               
  384.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  385.  
  386. Setup for OTHEROPT follows:
  387. ---------------------------
  388.  
  389.  Description: Other Options Menu
  390.  Message Line Prompt for Menu: Maintenance and Copying Options
  391.  
  392. Colors for Menu/Picklist:
  393. -------------------------
  394.  Color Settings:
  395.    Text           : W+/B
  396.    Heading        : W/B
  397.    Highlight      : B/W
  398.    Box            : B/W
  399.    Messages       : W+/N
  400.    Information    : B/W
  401.    Fields         : B/W
  402.  
  403.  
  404. Bar actions for Menu OTHEROPT follow:
  405. -------------------------------------
  406. Bar: 1
  407.  Prompt: Back up Data Files
  408.  Action: Run dBASE Program: DO BACKUP
  409.  Message Line Prompt for Item: Back Up Data Files
  410.  
  411.  Page: 9  Date: 12-04-88 10:44a
  412.  
  413. --------------------------------------------------------------------------------
  414.  
  415. Bar: 2
  416.  Prompt: Copy Time to Lotus
  417.  Action: Copy Records to File time.wks
  418.  Command Options:
  419.  
  420.   Type of file: WKS
  421.  Message Line Prompt for Item: Create Lotus File: TIME.WKS
  422.  New Database/View: TIME
  423. --------------------------------------------------------------------------------
  424.  
  425. Bar: 3
  426.  Prompt: Copy Emp to ASCII
  427.  Action: Copy Records to File emp.txt
  428.  Command Options:
  429.   FIELDS FNAME,LNAME,ADDRESS,CITY,STATE,ZIP,PHONE
  430.   Type of file: SDF
  431.  Message Line Prompt for Item: Create Employee List ASCII File: EMP.TXT
  432.  New Database/View: EMP
  433.  New Index File(s): EMP
  434.  New Index Order: NAME
  435. --------------------------------------------------------------------------------
  436.  
  437. Bar: 4
  438.  Prompt: Go to DOS
  439.  Action: Insert the following dBASE code:
  440.  ----------------------------------------
  441.  
  442.    RUN COMMAND
  443.  Message Line Prompt for Item: Go to DOS Command Prompt. Type EXIT to Return to Job Cost System.
  444. --------------------------------------------------------------------------------
  445.  
  446.  
  447. Page: 10  Date: 12-04-88
  448.  
  449. Layout Report for Popup Menu: REPORTS
  450. -------------------------------------
  451.  
  452. Screen Image:
  453.    0         10        20        30        40        50        60        70
  454.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  455. 00:                                        
  456. 01:                                        
  457. 02:                                        
  458. 03:                                        
  459. 04:                                        
  460. 05:                                        
  461. 06:                                        
  462. 07:                                        
  463. 08:                                        
  464. 09:                                        
  465. 10:                                        
  466. 11:                                        
  467. 12:                                        
  468. 13:                                        ╔═══════════════════════╗
  469. 14:                                        ║ Job Status Report     ║
  470. 15:                                        ║ Employee Phone Report ║
  471. 16:                                        ║ Customer Report       ║
  472. 17:                                        ║ Job Report            ║
  473. 18:                                        ║ Function Code Listing ║
  474. 19:                                        ╚═══════════════════════╝
  475. 20:                                        
  476. 21:                                        
  477. 22:                                        
  478. 23:                                        
  479. 24:                                        
  480.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  481.  
  482. Setup for REPORTS follows:
  483. --------------------------
  484.  
  485.  Description: Reports Menu for Job Cost System
  486.  Message Line Prompt for Menu: Reports Menu for Job Cost System
  487.  
  488. Colors for Menu/Picklist:
  489. -------------------------
  490.  Color Settings:
  491.    Text           : W+/B
  492.    Heading        : W/B
  493.    Highlight      : B/W
  494.    Box            : B/W
  495.    Messages       : W+/N
  496.    Information    : B/W
  497.    Fields         : B/W
  498.  
  499.  
  500. Bar actions for Menu REPORTS follow:
  501. ------------------------------------
  502. Bar: 1
  503.  Prompt: Job Status Report
  504.  Action: Run Report Form JOBSTAT.frm
  505.  Print Mode: Ask User at Runtime
  506.  
  507.  Page: 11  Date: 12-04-88 10:44a
  508.  
  509.  Message Line Prompt for Item: Produce Job Status Report for Incomplete Jobs
  510.  New Database/View: JOBSTAT.QBE
  511. --------------------------------------------------------------------------------
  512.  
  513. Bar: 2
  514.  Prompt: Employee Phone Report
  515.  Action: Run Report Form EMP.frm
  516.  Print Mode: Ask User at Runtime
  517.  Message Line Prompt for Item: Produce Employee Phone List Report
  518.  New Database/View: EMP
  519.  New Index File(s): EMP
  520.  New Index Order: NAME
  521. --------------------------------------------------------------------------------
  522.  
  523. Bar: 3
  524.  Prompt: Customer Report
  525.  Action: Text only defined for this option - NO ACTION
  526.  Message Line Prompt for Item: Produce Customer Report
  527.  New Database/View: CUSTOMER
  528.  New Index File(s): CUSTOMER
  529.  New Index Order: CUSTNAME
  530. --------------------------------------------------------------------------------
  531.  
  532. Bar: 4
  533.  Prompt: Job Report
  534.  Action: Text only defined for this option - NO ACTION
  535.  Message Line Prompt for Item: Produce Job Report
  536.  New Database/View: JOB
  537.  New Index File(s): JOB
  538.  New Index Order: JOBID
  539. --------------------------------------------------------------------------------
  540.  
  541. Bar: 5
  542.  Prompt: Function Code Listing
  543.  Action: Display Records
  544.  Print Mode: Ask User at Runtime
  545.  Message Line Prompt for Item: Produce Function Code List
  546.  New Database/View: FUNCODE
  547.  New Index File(s): FUNCODE
  548.  New Index Order: FUNCODE
  549. --------------------------------------------------------------------------------
  550.  
  551.  
  552. Page: 12  Date: 12-04-88
  553.  
  554. Layout Report for Popup Menu: REVIEW
  555. ------------------------------------
  556.  
  557. Screen Image:
  558.    0         10        20        30        40        50        60        70
  559.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  560. 00:                                        
  561. 01:                                        
  562. 02:                                        
  563. 03:                                        
  564. 04:                                        
  565. 05:                                        
  566. 06:                                        
  567. 07:                                        
  568. 08:                                        
  569. 09:                                        
  570. 10:                                        
  571. 11:                                        
  572. 12:                                        
  573. 13:                                        ╔══════════════════╗
  574. 14:                                        ║ Programming Dept ║
  575. 15:                                        ║ Billing Rates    ║
  576. 16:                                        ╚══════════════════╝
  577. 17:                                        
  578. 18:                                        
  579. 19:                                        
  580. 20:                                        
  581. 21:                                        
  582. 22:                                        
  583. 23:                                        
  584. 24:                                        
  585.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  586.  
  587. Setup for REVIEW follows:
  588. -------------------------
  589.  
  590.  Description: Review Menu for Job Cost System
  591.  Message Line Prompt for Menu: Review Menu for Job Cost System
  592.  
  593. Colors for Menu/Picklist:
  594. -------------------------
  595.  Color Settings:
  596.    Text           : W+/B
  597.    Heading        : W/B
  598.    Highlight      : B/W
  599.    Box            : B/W
  600.    Messages       : W+/N
  601.    Information    : B/W
  602.    Fields         : B/W
  603.  
  604.  
  605. Bar actions for Menu REVIEW follow:
  606. -----------------------------------
  607. Bar: 1
  608.  Prompt: Programming Dept
  609.  Action: Open a Sturcture Picklist Named: PROGFLDS
  610.  Message Line Prompt for Item: Employees who are in Programming Department
  611.  
  612.  Page: 13  Date: 12-04-88 10:44a
  613.  
  614.  New Database/View: EMPPROG.QBE
  615. --------------------------------------------------------------------------------
  616.  
  617. Bar: 2
  618.  Prompt: Billing Rates
  619.  Action: Browse File
  620.  Command Options:
  621.   NOAPPEND  NODELETE  NOEDIT 
  622.  
  623.  Message Line Prompt for Item: Employees and their Billing Rates
  624.  New Database/View: EMPRATE.QBE
  625. --------------------------------------------------------------------------------
  626.  
  627.  
  628. Page: 14  Date: 12-04-88
  629.  
  630. Layout Report for Popup Menu: LABELS
  631. ------------------------------------
  632.  
  633. Screen Image:
  634.    0         10        20        30        40        50        60        70
  635.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  636. 00:                                        
  637. 01:                                        
  638. 02:                                        
  639. 03:                                        
  640. 04:                                        
  641. 05:                                        
  642. 06:                                        
  643. 07:                                        
  644. 08:                                        
  645. 09:                                        
  646. 10:                                        
  647. 11:                                        
  648. 12:                                        
  649. 13:                                        ╔═════════════════╗
  650. 14:                                        ║ Employee Labels ║
  651. 15:                                        ║ Customer Labels ║
  652. 16:                                        ╚═════════════════╝
  653. 17:                                        
  654. 18:                                        
  655. 19:                                        
  656. 20:                                        
  657. 21:                                        
  658. 22:                                        
  659. 23:                                        
  660. 24:                                        
  661.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  662.  
  663. Setup for LABELS follows:
  664. -------------------------
  665.  
  666.  Description: Labels Menu
  667.  Message Line Prompt for Menu: Labels Menu
  668.  
  669. Colors for Menu/Picklist:
  670. -------------------------
  671.  Color Settings:
  672.    Text           : W+/B
  673.    Heading        : W/B
  674.    Highlight      : B/W
  675.    Box            : B/W
  676.    Messages       : W+/N
  677.    Information    : B/W
  678.    Fields         : B/W
  679.  
  680.  
  681. Bar actions for Menu LABELS follow:
  682. -----------------------------------
  683. Bar: 1
  684.  Prompt: Employee Labels
  685.  Action: Run Label Form EMP.lbl
  686.  Command Options:
  687.   FOR ACTIVE
  688.  
  689.  Page: 15  Date: 12-04-88 10:44a
  690.  
  691.  Print Mode: Ask User at Runtime
  692.  Message Line Prompt for Item: Produce Mailing Labels for Employees
  693.  New Database/View: EMP
  694.  New Index Order: NAME
  695. --------------------------------------------------------------------------------
  696.  
  697. Bar: 2
  698.  Prompt: Customer Labels
  699.  Action: Run Label Form CUSTOMER.lbl
  700.  Print Mode: Ask User at Runtime
  701.  Message Line Prompt for Item: Produce Mailing Labels for Customers
  702.  New Database/View: CUSTOMER
  703.  New Index File(s): CUSTOMER
  704.  New Index Order: CUSTNAME
  705. --------------------------------------------------------------------------------
  706.  
  707.  
  708. Page: 16  Date: 12-04-88
  709.  
  710. Layout Report for PROGFLDS
  711. --------------------------
  712.  
  713. Screen Image:
  714.    0         10        20        30        40        50        60        70
  715.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  716. 00:                                                          
  717. 01:                                                          
  718. 02:                                                          
  719. 03:                                                          
  720. 04:                                                          
  721. 05:                                                          ╔══════════════╗
  722. 06:                                                          ║XXXXXXXXXXXXXX║
  723. 07:                                                          ║              ║
  724. 08:                                                          ║              ║
  725. 09:                                                          ║              ║
  726. 10:                                                          ║              ║
  727. 11:                                                          ║              ║
  728. 12:                                                          ║              ║
  729. 13:                                                          ║              ║
  730. 14:                                                          ║              ║
  731. 15:                                                          ║              ║
  732. 16:                                                          ║              ║
  733. 17:                                                          ║              ║
  734. 18:                                                          ║              ║
  735. 19:                                                          ╚══════════════╝
  736. 20:                                                          
  737. 21:                                                          
  738. 22:                                                          
  739. 23:                                                          
  740. 24:                                                          
  741.   >.....+....|....+....|....+....|....+....|....+....|....+....|....+....|....+.
  742.  
  743. Setup for PROGFLDS follows:
  744. ---------------------------
  745.  
  746.  Description: Fields for PROG Dept View
  747.  Message Line Prompt for Menu: Fields for PROG Department View
  748.  
  749.  Database/View: EMPPROG.QBE
  750.  
  751. Colors for Menu/Picklist:
  752. -------------------------
  753.  Color Settings:
  754.    Text           : W+/B
  755.    Heading        : W/B
  756.    Highlight      : B/W
  757.    Box            : B/W
  758.    Messages       : W+/N
  759.    Information    : B/W
  760.    Fields         : B/W
  761.  
  762. Picklist specification for PROGFLDS follows:
  763. --------------------------------------------
  764. Structure Picklist 
  765. ------------------
  766.   Field Specification: 
  767.  
  768.  
  769. Page: 17  Date: 12-04-88 10:45a
  770.  
  771.  Prompt: XXXXXXXXXXXXXX
  772.  Action: Browse File
  773.  Command Options:
  774.   FIELDS &LISTVAL
  775.  
  776.  Message Line Prompt for Item: Review Employees in the Programming Department
  777. --------------------------------------------------------------------------------
  778.  
  779.  
  780. End of Application Documentation
  781.